#!/bin/sh# #一键优化lamp之php#安装eaccelerator缓存加速器Cd/home/lvnian/toolsTar jxf eaccelerator-0.9.6.tar.bz2CD eaccelerator-0.9.6/application/php/bin/phpize./configure--enable-eaccelerato=shared--with-php-config=/application/php/bin/php-configecho $?Make make installLs-l/application/php5.3.27/lib/php/extensions/no-debug-zts-20090626/##### #编译安装xcache, XCache and eaccelerator are all acceleration modules, select one installation in productionCd/home/lvnian/
Today online server All upgrade Python environment for python-2.7.6 Environment, I use the method is Ansible+shell, code as follows, friend, Python-2.7.6.tgz, setuptools-14.3.1.tar.gz, Pip-9.0.1.tar.gz, these three bags I was in advance under the/data/x5online/tools directory, of course, you can also directly in the script wget related packages, the individual likes to put the package and then unified in the/data/x5online/ Tools directory, the script is relatively simple, record, save and forget
default.Some directories should be considered for non-backup./procYou should never back up this directory. It is not a real file system, but a virtualized view that runs the kernel and environment. It includes files such as/proc/kcore, which are virtual views of the entire running memory. Backing up these files is just a waste of resources./devContains the file representation of the hardware device. If you plan to restore to a blank system, you can back up/dev. However, if you plan to restore t
Tags: configuration file comm Xargs ora time connect however Quic FederatedMySQL Multi-instance installationNote: Pre-download Save mysql-5.5.57 package with CMake compile MySQL toolLl/home/rich/toolsMysql-5.5.57.tar.gz cmake-2.8.8.tar.gz1. Install dependent environment and CMake compilation softwareYum install-y ncurses-devel Libaio-develMkdir/home/rich/tools-pRz-y cmake-2.8.8.tar.gz mysql-5.5.57.tar.gzTar XF cmake-2.8.8.tar.gzCD cmake-2.8.8./configureGmakeGmake Install2. Add users who manage M
/etc: Store various system configuration, system service configuration file04. Briefly describe the basic process of installing software from source code, and the purpose of each link, command toolsTar Unpack: Extract the downloaded source package to release./configure configuration: Set up the Installation checklist (Specify the installation directory, required features, etc.)Make compile: The source code files are made into binary executable program
users = rsync_backup # Virtual UserSecrets file =/etc/rsync.password # Virtual user password files locationConfigure a virtual user's password fileecho "rsync_backup:123456" >/etc/rsync.password# Note: Rsync_backup is a virtual user, 123456 is the password for this virtual userchmod 600/etc/rsync.password #为密码文件提权 for added safetyStart the Rsync serviceRsync--daemon--config=/etc/rsyncd.conf4. Inotify-master DeploymentInstalling Inotify-toolsTar zxvf
mulu.zip Archive: mulu.zip Length Date Time Name--------- ---------- ----- ---- 0 06-24-2018 12:57 1.txt 0 06-24-2018 12:54 mulu/ 3017434 06-21-2018 15:54 mulu/wen.txt 800798 06-24-2018 12:54 mulu/wen.txt.zip--------- ------- 3818232 4 filesTar Packaging toolsTAR-CVF Packaging The contents of the name to be packagedTAR-XCF Package NameTAR-TF Package Name View the number of files inside a packaged fileTAR-CVF Package name--exclude 1
default.Some directories should be considered for non-backup./procYou should never back up this directory. It is not a real file system, but a virtualized view that runs the kernel and environment. It includes files such as/proc/kcore, which are virtual views of the entire running memory. Backing up these files is just a waste of resources./devContains the file representation of the hardware device. If you plan to restore to a blank system, you can back up/dev. However, if you plan to restore t
Memcache high availability, with memcached repcached toolsTar zxvf memcached-1.2.8-repcached 2.2.tar.gzInstallationYUM INSTALL Libevent-develCD memcached-1.2.8-repcached 2.2./configure--enable-replication--program-transform-name=s/memcached/repcached/Make make install/usr/local/bin/repcached-p 11211-v/usr/local/bin/repcached-p 11211-x Ip-v-DThis article is from the "12024114" blog, please be sure to keep this source http://12034114.blog.51cto.com/120
/user1/(stored 0) adding:home/user2/(stored 0%) [[email protected] tmp]# Lshome home.zipArchive compression for catalogs typically uses the Tar tool, so zip is no longer introduced here
Five, packaging archiving toolsTar: Packaged Archive toolcan be implemented to package multiple files into a single file, which is an archive file, but tar is only archived, not compressed1. Create an archivetar [-CVF] Tarfile.tar filename-c:create, new package f
bzipTar ToolsTar (Tape ARchive, abbreviation for tape archive)(1) Create an archiveTar-cpvf/path/to/somefile.tar FILE ...(2) Append files to archive (does not support appending to compressed files)Tar-r-f/path/to/somefile.tar FILE ...(3) View the list of files in the archive fileTar-t-f/path/to/somefile.tar(4) Expand archiveTar-x-f/path/to/somefile.tarTar-x-f/path/to/somefile.tar-c/path(5) Combined with compression tool implementation: Archive and Co
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.